<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
body {
	font: 12px/1.67 \5b8b\4f53,Arial,sans-serif;
	background-color:#eaeaea;
}
form {
	height:100%;
	width:100%;
}
a:link, a:visited, a:active  {
	color: #000;
	outline: medium none;
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
	color:#00a1ea;
}
.f12 {
	font-size:12px;
}
.f14 {
	font-size:14px;
}
.f16 {
	font-size:16px;
	line-height:28px;
}
.f18 {
	font-size:18px;
	line-height:28px;
}
.cl{ clear:both; overflow:hidden;}
.f_blue,a.f_blue {
	color:#00a1ea;
}
.f_white,a.f_white {
	color:#fff;
}
.bg_blue {
	background-color:#00a1ea;
}
.bg_white {
	background-color:#fff;
}
.module {
	width:100%;
}
.pagewraper {
	margin:0px auto;
	width: 1004px;
}
.pagewraper img{ /*width:380px;*/}

#header {
	width:100%;
	padding-top:50px;
	background-color:#eaeaea;
	z-index:9999;
}
#header_other{
	width:100%;
	padding-top:50px;
	background-color:#eaeaea;
	z-index:9999;
	position:fixed;
	top:0;
	left:0;
}
.header_index{ position:relative;}
#main {
	width:100%;
}
#footer {
	width:100%;
}
#footer .copyright {
	padding:20px 0;
	text-align:center;
	background-color:#000000;
}
#footer .copyright dt {
	color:#acacac;
	font-family:arial;
	line-height:20px;
}
#footer .copyright dd a {
	color:#acacac;
	padding:0 5px;
}

/*首页welcome*/
#slide_wel {
	width:100%;
	position:relative;
	/*background:url(/Images/welcome.jpg) no-repeat center top;*/
}
.slide_well_bg {
	width:100%;
	height:100%;
	position:absolute;
	background-image:url(/Images/welcome.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	/*opacity:0;*/
	display:none;
}
.logo {
	/*width:422px;
	height:56px;*/
	display:block;
	text-align:center;
}
.logo.pos {
	position:absolute;
	top:10%;
	left:50%;
	margin-left:-250px;
}
#btnnav {
	position:absolute;
	top:60%;
	left:50%;
	/*width:127px;*/
	height:127px;
	margin-left:-109px;
}
/*#btnnav .btnnav {
	display:block;
	width:127px;
	height:127px;
	background:url(/Images/arr_down.png) no-repeat;
}*/
#btnnav .btnnav{
	font:20px/36px 微软雅黑;
	background-color: #00a1ea;
    border-radius:5px;
    color: #fff;
    display: inline-block;
	padding:3px 20px;
	text-decoration:none;
	margin-right:12px;
}
#btnnav .btnnav_english{
	font:20px/36px 微软雅黑;
	background-color: #00a1ea;
    border-radius:5px;
    color: #fff;
    display: inline-block;
	padding:3px 20px;
	text-decoration:none;
}
#nav {
	background-color:#c3c3c3;
	height:50px;
}
#nav li {
	text-align:center;
}
#nav li a {
	display:inline-block;
	line-height:50px;
	padding:0px 25px;
	font-size:14px;
	font-family:microsoft yahei;
}
#nav li a:hover,#nav li a.selected {
	background-color:#00a1ea;
	color:#fff;
	text-decoration:none;
}
.bdr1 {
	border-right:1px solid #fff;
}
.version {
	margin:20px auto;
}
.version a {
	display:inline-block;
	height:26px;
	line-height:26px;
	padding:0px 10px;
	color:#fff;
	background-color:#00a1ea;
	border-radius:0px 3px 3px 0px;
	-webkit-border-radius:0px 3px 3px 0px;
	-moz-border-radius:0px 3px 3px 0px;
}
.version a.bdr1 {
	border-radius:3px 0px 0px 3px;
	-webkit-border-radius:3px 0px 0px 3px;
	-moz-border-radius:3px 0px 0px 3px;
}

.text,.content {
	overflow:hidden;
}
.text img,.content img {
	max-width:100%;
}
.about {
	padding:40px 60px;
	color:#4d4d4d;
	line-height:24px;
}
.hgroup {
	padding:20px 0 30px;
}
.hgroup h2,.hgroup h3 {
	font-family:"fzzzh";
	font-size:40px;
	line-height:40px;
	/*margin-bottom:15px;*/
}
.hgroup h3 {
	font-family:"fzzh";
	font-weight:normal;
	font-size:35px;
	line-height:35px;
	text-transform:uppercase;
}
.snav {
	margin:20px 0 0;
}
.snav a {
	display:inline-block;
	padding:8px 20px;
	margin:0px 5px;
	font-size:16px;
	line-height:16px;
	font-family:microsoft yahei;
	color:#00a1ea;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz--border-radius:5px;
}
.snav a:hover,.snav a.selected {
	background-color:#00a1ea;
	color:#fff;
}
.f_white .snav a {
	color:#fff;
}
.line {
	width:100%;
	height:0;
	font-size:0;
	border-top:1px solid #77c8ec;
}
.contact {
	position:relative;
	margin-top:-25px;
}

.prolist {
	overflow:hidden;
}
.prolist li {
	float:left;
	width:251px;
	border-left:1px solid #fff;
	margin-left:-1px;
	position:relative;
}
.prolist li a {
	display:block;
	height:360px;
	padding-top:8px;
	transition:all .3s linear;
	-webkit-transition:all .3s linear;
	-moz-transition:all .3s linear;
}
.prolist li a:hover {
	background-color:#fff;
	text-decoration:none;
}
.prolist li .proc {
	display:block;
	height:240px;
	width:240px;
	margin:0px auto;
	overflow:hidden;
	border-radius:120px;
	-webkit-border-radius:120px;
	-moz-border-radius:120px;
	background-color:#c6e1ea;
	margin-bottom:10px;
	border:1px solid #fff;
	vertical-align:middle;
}
.prolist li .proc img {
	width:240px;
	height:240px;
}
.prolist li h5,.prolist li p {
	padding:2px 10px;
	overflow:hidden;
	font-family:arial;
}
.prolist li h5 {
	white-space:nowrap;
	color:#00a1ea;
	font-size:12px;
}
.prolist li p {
	line-height:24px;
	color:#929292;
	height:70px;
}

.vlist {
	padding:20px 0 50px;
	overflow:hidden;
}
.vlist li {
	float:left;
	width:320px;
	position:relative;
	margin-left:22px;
}
.vlist.in li {
	margin-top:30px;
}
.vlist li .vimg {
	width:320px;
	height:210px;
	display:block;
	position:relative;
}
.vlist li .vimg img {
	width:320px;
	height:210px;
}
.vlist li .vimg b {
	position:absolute;
	left:50%;
	top:50%;
	display:block;
	width:58px;
	height:58px;
	margin-left:-29px;
	margin-top:-29px;
	background:url(/images/play.png) no-repeat;
}
.vlist li p {
	font-family:arial;
	padding:2px 5px;
}
.vlist li.mgl0 {
	margin-left:0px;
}
.vlist li p.intro {
	height:70px;
	overflow:hidden;
}
.pd20 {
	padding:5px 0 25px;
}
.sbn {
	/*height:177px;*/
	position:relative;
}
.sbn .hgroup{
	position:absolute;
	left:0;
	top:0;
	z-index:100;
	width:100%;
	padding:40px 0 0px;
}
.about-img {
	float:left;
	margin:0px 20px 0px 0;
	width:276px;
	height:158px;
}
.about-img img {
	width:276px;
	height:158px;
}
.about-txt {
	float:right;
	width:580px;
	overflow:hidden;
}

/*数字*/
.pdpage {
	clear:both;
	margin:30px 0px 10px;
	font-family:arial;
}
.totalNum {
	color: #777777;
	font-size: 14px;
	font-weight: bold;
}
.totalNum span {
	color:#7cb6c1;
	padding:0 10px;
}
.pageNum {
	clear: both;
	overflow: hidden;
	padding: 10px 0px;
}
.pageNum a:link, .pageNum a:visited, .pageNum a:active {
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #3f3f3f;
	margin-right: 4px;
	border: 1px solid #bfbfbf;
	margin-top: 2px;
	font-size:14px;
	background-color: #fff;
}
.pageNum a.btnpg:link, .pageNum a.btnpg:visited, .pageNum a.btnpg:active {
	width: auto;
	padding:0px 15px;
}
.pageNum a:hover, .pageNum a.selected {
	background-color: #00a1ea;
	border-color: #00a1ea;
	color: #fff;
}
.pageNum span {
	display: inline-block;
	padding:0px 15px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #3f3f3f;
	margin-right: 4px;
	margin-top: 2px;
	font-size:14px;
}

/*新闻列表*/
.newsList {
	overflow:hidden;
	margin:0px 0px 20px;
}
.newsList dd {
	background: url(/Images/dot.png) no-repeat left center;
	text-indent:12px;
	position:relative;
	clear:both;
	overflow:hidden;
}
.newsList label {
	white-space:nowrap;
	text-overflow:ellipsis;
	display:block;
	width:100%;
	padding:5px 0px 5px 0;
	border-bottom:1px dashed #bfbfbd;
}
.newsList span {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#565656;
	float:right;
	margin-top:5px;
}
.newsList a:link, .newsList a:visited, .newsList a:active {
	font-size:16px;
	color: #565656;
}
.newsList a:hover {
	color: #c90510;
}
.newHead {
	margin:20px 0px;
}
.newTit, .newSubTit {
	font-weight:normal;
	color: #3e3e3e;
	font-family:Microsoft YaHei;
	font-size: 20px;
	margin-bottom: 10px;
	padding: 0px 0px 0px 0px;
	text-align:center;
}
.newSubTit {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 12px;
	border-bottom: none;
	color: #8e8e8e;
	padding-bottom:10px;
	border-bottom: 1px dotted #d7d8db;
	margin:10px  0px 20px;
	font-weight:normal;
}
.pd30 {
	padding:20px 30px;
}
.pd40 {
	padding:30px 30px 0px;
}
.prod {
	float:left;
	width:450px;
	/*margin-top:40px;*/
	margin-left:10px;
	margin-right:10px;
	overflow:hidden;
}
.prod dd {
	float:left;
	width:173px;
	height:120px;
	margin-bottom:12px;
}
.prod dd img {
	width:173px;
	height:120px;
}
.prod dt {
	float:right;
	width:260px;
}
.prod dt h3 {
	font-size:14px;
	overflow:hidden;
}
.prod dt p {
	color:#777777
}
.typname {
	overflow:hidden;
	padding:5px 0;
}
.typname dt {
	float:left;
	width:80px;
	text-align:right;
	font-size:14px;
	font-weight:bold;
}
.typname dd {
	float:left;
	width:840px;
}
.typname dd a {
	display:inline-block;
	padding:2px 10px;
	margin-bottom:1px;
	white-space:nowrap;
	margin-right:2px;
	margin-left:2px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz--border-radius:3px;
}
.typname dd a:hover,.typname dd a.selected {
	background-color:#00a1ea;
	color:#fff;
}





/*浮动*/
.cc {
	width: 100%;
	height: 0;
	font-size:0;
	position: absolute;
	top:0;
	left:0;
	z-index: 10000;
}
.fqq {
	width:130px;
	position: absolute;
	right: 10px;
	top: 130px;
}
.nav-bg {
	background-color:#fff;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:100%;
}
.fqq .nav-guide {
	position:relative;
	z-index:2;
	padding:10px;
}
.fqq .guide-title {
	height:64px;
	line-height:64px;
	font-size:20px;
	color:#424242;
	text-align:center;
	margin-bottom:20px;
}
.fqq .nav-guide dl dt {
	font-size:12px;
	text-align:center;
	margin-bottom:10px;
}
.fqq .nav-guide dl dt img{
	height:107px;
	width:107px;
}
.fqq .nav-guide dl dt.g1{
	height:36px;
	line-height:36px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz--border-radius:3px;
	background:#00a1ea ;
	margin:0px auto 10px;
}
.fqq .nav-guide dl dt.g1 a {
	color:#fff;
}
.i-wx,.i-qq {
	float:left;
	margin-left:10px;
	margin-top:5px;
	width:24px;
	height:28px;
	background-repeat:no-repeat;
	background-position:center center;
}
.i-wx {
	background-image:url(/Images/comment.png)
}
.i-qq {
	background-image:url(/Images/qq.png)
}


/*资料录入*/
.po_title{
	color:#00abe7;
	font-size: 16px;
	padding-bottom:10px;
}
.con_details{
	width:877px;
	border:1px solid #3d95d0;

}
.con_details dl{
	width:156px;
	float:left;
	border-right:1px solid #3d95d0;

}
.con_details dl.border_none{ border:none;}
.con_details dl.width100{ width:102px;}
.con_details dl dt{
	color:#fff;
	background:#008fd3;
	font:14px/24px Tahoma, Geneva, sans-serif;
	text-align:center;
	line-height:24px;
	padding:10px 5px;
	display:table;

}
.con_details dl dd{
	color:#2b2e34;
	height:80px;
	border-bottom:1px solid #3d95d0;
	text-align:center;
	font:12px/22px Tahoma, Geneva, sans-serif;
	padding:10px 5px 10px;
	word-wrap:break-word;
	word-break:break-all;
	display:table;

}
.con_details dl dt span , .con_details dl dd span{ width:146px;}
.con_details dl.width100 dt span , .con_details dl.width100 dd span{ width:92px;}
.con_details dl dt span , .con_details dl dd span{ vertical-align:middle;
display:table-cell;}
.con_details dl.width100 dt , .con_details dl.width100 dd{ width:92px;}
.con_details dl dd.last{ border:none;}
.con_details dl dd.bg_blue{ background:#d4f3fc;}


.pro_list{ margin-top:20px;}
.pro_list li{ float:left; margin:0 21px 16px 0; width:220px;}
.pro_list li span img{ width:220px; height:220px;}
.pro_list li h2{ font:16px/36px 微软雅黑; text-align:center;}
.pro_list li a:hover{ text-decoration:none;}


.vintro {
	height: 40px;
	overflow: hidden;
}









</pre></body></html>